.banner img {
  width: 100%;
  vertical-align: text-bottom;
}
.banner .swiper-pagination-bullet {
  background: #333;
}
.banner .swiper-pagination-bullet-active {
  background: #fff;
}
.intro {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: url('../images/intro_left.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.intro .left {
  width: 65%;
  padding: 100px 80px 100px 7.5%;
  box-sizing: border-box;
}
.intro .left .eng {
  color: #cccccc;
  font-size: 35px;
}
.intro .left .title {
  font-size: 30px;
  color: #333333;
}
.intro .left .disc {
  margin: 35px 0;
  padding-right: 250px;
}
.intro .left .disc p {
  color: #666666;
  font-size: 16px;
  line-height: 32px;
  text-indent: 2em;
  text-align: justify;
}
.intro .left .more {
  display: block;
  width: 180px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #cc0c0c;
  padding: 0 10px;
  box-sizing: border-box;
  color: #cc0c0c;
  font-size: 16px;
  margin-bottom: 100px;
}
.intro .left .digit {
  width: 100%;
  display: flex;
}
.intro .left .digit .item {
  flex: 1;
}
.intro .left .digit .item .top .num {
  font-size: 35px;
  color: #cc0c0c;
  font-weight: bold;
}
.intro .left .digit .item .top span:nth-child(2) {
  font-size: 18px;
  color: #cc0c0c;
}
.intro .left .digit .item .bot {
  font-size: 16px;
  color: #333333;
}
.intro .right {
  width: 35%;
}
.intro .right img {
  width: 100%;
  height: 100%;
  vertical-align: text-bottom;
}
.intro .video {
  position: absolute;
  top: 20%;
  right: 20%;
  border-radius: 15px;
  background: #cc0c0c;
  width: 540px;
  height: 350px;
}
.service {
  width: 100%;
  padding: 100px 0;
  box-sizing: border-box;
}
.service .ser .eng {
  font-size: 35px;
  color: #cccccc;
  text-align: center;
}
.service .ser .title {
  font-size: 30px;
  color: #333333;
  text-align: center;
}
.service .ser ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.service .ser ul li {
  width: 24%;
  margin-right: 1.33333%;
  background: #f3f7fa;
  border-radius: 15px;
  margin-top: 15px;
  padding: 60px 0;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.5s;
}
.service .ser ul li:nth-child(4n) {
  margin-right: 0;
}
.service .ser ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  flex-direction: column;
}
.service .ser ul li a img {
  vertical-align: text-bottom;
  width: 60px;
  height: 60px;
}
.service .ser ul li a .hover {
  display: none;
}
.service .ser ul li a .tit {
  font-size: 22px;
  color: #101010;
  margin: 20px 0 0;
}
.service .ser ul li a .e {
  color: #060606;
  font-size: 14px;
  text-align: center;
}
.service .ser ul li:hover {
  background: #cc0c0c;
}
.service .ser ul li:hover a .hover {
  display: block;
}
.service .ser ul li:hover a .img {
  display: none;
}
.service .ser ul li:hover a .tit,
.service .ser ul li:hover a .e {
  color: #fff;
}
.speciality {
  width: 100%;
  padding: 100px 0;
  background: url('../images/team_bg.png');
  background-repeat: no-repeat;background-size: cover
}
.speciality .spec .eng {
  font-size: 35px;
  color: #cccccc;
  text-align: center;
}
.speciality .spec .title {
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
.speciality .spec .team .con {
  cursor: pointer;
}
.speciality .spec .team .con img {
  width: 100%;
  vertical-align: text-bottom;
}
.speciality .spec .team .con .name {
  padding: 30px 20px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.speciality .spec .team .con .name .l {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.speciality .spec .team .con .name .r {
  font-size: 16px;
  color: #525050;
}
.speciality .spec .team .con .name .r img {
  width: 18px;
  vertical-align: middle;
  margin-left: 10px;
}
.cooperate {
  width: 100%;
  padding: 100px 0;
  background: url(../images/coo_bg.png) no-repeat;background-size: cover
}
.cooperate .coo .eng {
  font-size: 35px;
  text-align: center;
  color: #cccccc;
}
.cooperate .coo .title {
  font-size: 30px;
  color: #333333;
  text-align: center;
}
.cooperate .coo ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}
.cooperate .coo ul li {
  width: 15%;
  margin-right: 2%;
  margin-top: 15px;
}
.cooperate .coo ul li:nth-child(6n) {
  margin-right: 0;
}
.cooperate .coo ul li img {
  width: 100%;
  vertical-align: text-bottom;
}
.insight {
  padding: 100px 0;
}
.insight .news {
  display: flex;
  justify-content: space-between;
}
.insight .news .left {
  width: 25%;
}
.insight .news .left .eng {
  font-size: 35px;
  color: #cccccc;
}
.insight .news .left .title {
  font-size: 30px;
  color: #333333;
}
.insight .news .left .select {
  margin: 50px 0;
}
.insight .news .left .select li {
  font-size: 16px;
  color: #101010;
  width: 220px;
  height: 48px;
  border-radius: 0 100px 100px 0;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
}
.insight .news .left .select li.active {
  background: linear-gradient(-87.17deg, #cc0c0c 62.73%, rgba(204, 12, 12, 0) 101.32%);
  color: #fff;
}
.insight .news .left .select li:hover {
  background: linear-gradient(-87.17deg, #cc0c0c 62.73%, rgba(204, 12, 12, 0) 101.32%);
  color: #fff;
}
.insight .news .left .more {
  width: 220px;
  height: 50px;
  background: #cc0c0c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  box-sizing: border-box;
}
.insight .news .left .more img {
  width: 6px;
  height: 6px;
  vertical-align: text-bottom;
}
.insight .news .left .more span {
  font-size: 14px;
  color: #fff;
}
.insight .news .right {
  width: 75%;
}
.insight .news .right .card {
  display: none;
}
.insight .news .right .card.active {
  display: flex;
}
.insight .news .right .card .item {
  width: 32%;
  margin-right: 2%;
  border: 1px solid #eaeaea;
  padding: 30px 40px;
  box-sizing: border-box;
}
.insight .news .right .card .item:nth-last-child(1) {
  margin-right: 0;
}
.insight .news .right .card .item .time {
  font-size: 16px;
  color: #666666;
}
.insight .news .right .card .item .tit {
  font-size: 18px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 20px 0 50px;
}
.insight .news .right .card .item .e {
  font-size: 14px;
  color: #bbbbbb;
}
.insight .news .right .card .item img {
  width: 100%;
  vertical-align: text-bottom;
  margin: 15px 0 30px;
}
.insight .news .right .card .item .text {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reservation {
  padding: 100px 0;
  background: url('../images/online_bg.png') no-repeat 100%;
	background-size: cover
}
.reservation .online {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 20px;
  padding: 70px 110px;
  box-sizing: border-box;
}
.reservation .online .left {
  width: 32%;
}
.reservation .online .left .eng {
  font-size: 35px;
  color: #101010;
}
.reservation .online .left .line {
  width: 32px;
  height: 2px;
  background: #cc0c0c;
  margin: 20px 0 30px;
}
.reservation .online .left .disc {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  text-align: justify;
}
.reservation .online .left .b {
  margin-top: 50px;
  display: flex;
}
.reservation .online .left .b .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.reservation .online .left .b .item:nth-child(1) {
  margin-right: 50px;
}
.reservation .online .left .b .item .ewm {
  width: 110px;
  height: 110px;
  vertical-align: text-bottom;
}
.reservation .online .left .b .item .sao {
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}
.reservation .online .left .b .item .phone {
  width: 56px;
  height: 56px;
  vertical-align: text-bottom;
}
.reservation .online .left .b .item .number {
  font-size: 28px;
  color: #101010;
  margin-top: 30px;
}
.reservation .online .right {
  width: 65%;
}
.reservation .online .right .title {
  font-size: 35px;
  color: #101010;
}
.reservation .online .right .line {
  width: 32px;
  height: 2px;
  background: #cc0c0c;
  margin: 20px 0 30px;
}
.reservation .online .right .disc {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 35px;
}
.reservation .online .right form {
  display: flex;
  flex-wrap: wrap;
}
.reservation .online .right form .inp {
  width: 49%;
  margin-right: 2%;
  height: 50px;
  background: #f5f7fa;
  border: none;
  outline: none;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
  font-size: 14px;
}
.reservation .online .right form .inp:nth-child(2n) {
  margin-right: 0;
}
.reservation .online .right form .btn {
  width: 100%;
  height: 50px;
  background: #cc0c0c;
  color: #fff;
  font-size: 14px;
  outline: none;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  .intro .left .digit .item .top .num {
    font-size: 40px;
  }
  .intro .video {
    width: 450px;
    height: 270px;
  }
  .reservation .online .left .b .item:nth-child(1) {
    margin-right: 40px;
  }
  .reservation .online .left .b .item .number {
    font-size: 24px;
  }
}
@media screen and (max-width: 1440px) {
  .intro .left .digit .item .top .num {
    font-size: 34px;
  }
  .intro .left .digit .item .top span:nth-child(2) {
    font-size: 14px;
  }
  .intro .left .digit .item .bot {
    font-size: 14px;
  }
  .service .ser ul li {
    padding: 40px 0;
  }
  .service .ser ul li a .tit {
    font-size: 20px;
  }
  .reservation .online .left .b .item:nth-child(1) {
    margin-right: 20px;
  }
  .reservation .online .left .b .item .ewm {
    width: 80px;
    height: 80px;
  }
  .reservation .online .left .b .item .phone {
    width: 40px;
    height: 40px;
  }
  .reservation .online .left .b .item .number {
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .intro .left .digit .item .top .num {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .intro {
    flex-wrap: wrap;
  }
  .intro .left {
    width: 100%;
    padding: 20px 2%;
  }
  .intro .left .eng {
    font-size: 26px;
  }
  .intro .left .title {
    font-size: 20px;
  }
  .intro .left .disc {
    padding-right: 0;
    margin: 10px 0;
  }
  .intro .left .disc p {
    font-size: 14px;
    line-height: 26px;
  }
  .intro .left .more {
    width: 120px;
    height: 35px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .intro .left .digit {
    flex-wrap: wrap;
  }
  .intro .left .digit .item {
    width: 50%;
    flex: none;
    margin-top: 5px;
  }
  .intro .left .digit .item .top .num {
    font-size: 26px;
  }
  .intro .left .digit .item .bot {
    font-size: 12px;
  }
  .intro .right {
    display: none;
  }
  .intro .video {
    position: static;
    width: 100%;
    height: 200px;
  }
  .service {
    padding: 20px 0;
  }
  .service .ser .eng {
    font-size: 26px;
  }
  .service .ser .title {
    font-size: 20px;
  }
  .service .ser ul {
    margin-top: 10px;
  }
  .service .ser ul li {
    width: 49%;
    margin-right: 2%;
    margin-top: 5px;
    padding: 20px 0;
  }
  .service .ser ul li:nth-child(4n) {
    margin-right: 2%;
  }
  .service .ser ul li:nth-child(2n) {
    margin-right: 0;
  }
  .service .ser ul li a img {
    width: 40px;
    height: 40px;
  }
  .service .ser ul li a .tit {
    margin-top: 5px;
    font-size: 16px;
  }
  .service .ser ul li a .e {
    font-size: 12px;
  }
  .speciality {
    padding: 20px 0;
  }
  .speciality .spec .eng {
    font-size: 26px;
  }
  .speciality .spec .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .speciality .spec .team .con .name {
    padding: 15px 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .speciality .spec .team .con .name .l {
    font-size: 16px;
  }
  .speciality .spec .team .con .name .r {
    font-size: 14px;
  }
  .speciality .spec .team .con .name .r img {
    width: 10px;
  }
  .cooperate {
    padding: 20px 0;
  }
  .cooperate .coo .eng {
    font-size: 26px;
  }
  .cooperate .coo .title {
    font-size: 20px;
  }
  .cooperate .coo ul {
    margin-top: 15px;
  }
  .cooperate .coo ul li {
    width: 32%;
    margin-right: 2%;
    margin-top: 5px;
  }
  .cooperate .coo ul li:nth-child(6n) {
    margin-right: 2%;
  }
  .cooperate .coo ul li:nth-child(3n) {
    margin-right: 0;
  }
  .insight {
    padding: 20px 0;
  }
  .insight .news {
    flex-direction: column;
  }
  .insight .news .left {
    width: 100%;
  }
  .insight .news .left .eng {
    font-size: 26px;
  }
  .insight .news .left .title {
    font-size: 20px;
  }
  .insight .news .left .select {
    display: flex;
    margin: 20px 0;
  }
  .insight .news .left .select li {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
  .insight .news .left .more {
    display: none;
  }
  .insight .news .right {
    width: 100%;
  }
  .insight .news .right .card {
    flex-wrap: wrap;
  }
  .insight .news .right .card .item {
    width: 100%;
    margin-top: 10px;
    padding: 20px 25px;
  }
  .insight .news .right .card .item .time {
    font-size: 14px;
  }
  .insight .news .right .card .item .tit {
    font-size: 16px;
    margin: 5px 0 10px;
  }
  .insight .news .right .card .item .e {
    font-size: 12px;
  }
  .insight .news .right .card .item img {
    margin: 10px 0;
  }
  .insight .news .right .card .item .text {
    font-size: 14px;
  }
  .reservation {
    padding: 20px 0;
  }
  .reservation .online {
    padding: 20px 2%;
    flex-direction: column;
  }
  .reservation .online .left {
    width: 100%;
  }
  .reservation .online .left .eng {
    font-size: 20px;
  }
  .reservation .online .left .line {
    margin: 5px 0 10px;
  }
  .reservation .online .left .disc {
    font-size: 12px;
    line-height: 24px;
  }
  .reservation .online .left .b {
    margin-top: 10px;
    justify-content: center;
  }
  .reservation .online .right {
    width: 100%;
    margin-top: 20px;
  }
  .reservation .online .right .title {
    font-size: 20px;
  }
  .reservation .online .right .line {
    margin: 5px 0 10px;
  }
  .reservation .online .right .disc {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .reservation .online .right form .inp {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
